From f153af08eea47b1f018316b9e34db19322dd0ac2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 13 Aug 2026 16:46:26 +0000 Subject: [PATCH] Improve error message --- db/schemas/lib/triggers/create/biography_data.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index e225dac..41a68ff 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -388,9 +388,9 @@ CREATE OR REPLACE FUNCTION biography_data_func () || textualize(`NEW.birthcomm') || '), Value (StartDate) = (' || NEW.startdate - || '), Key (CommMID) = (' + || '), Key (COMM_MEMBS.CommMID) = (' || commmid - || '), Value (StartDate) = (' + || '), Value (COMM_MEMBS.StartDate) = (' || startdate || ')'; END IF; -- 2.34.1